home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_glimpse.idb / usr / freeware / src / glimpse-3.0 / config.status.z / config.status
Text File  |  1997-09-09  |  4KB  |  113 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host melange:
  6. #
  7. # ./configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.0"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="./install-sh -c"
  30.  
  31. trap 'rm -f Makefile index/Makefile compress/Makefile agrep/Makefile libtemplate/Makefile libtemplate/util/Makefile libtemplate/template/Makefile; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status. 
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@CFLAGS@%-g%g
  39. s%@CPPFLAGS@%%g
  40. s%@CXXFLAGS@%%g
  41. s%@DEFS@% -DHAVE_DIRENT_H=1 -DHAVE_SYS_SELECT_H=1 -DSTRUCTURED_QUERIES=1 -DAGREP_POINTER=1 %g
  42. s%@LDFLAGS@%%g
  43. s%@LIBS@% -lnsl -lsocket%g
  44. s%@exec_prefix@%${prefix}%g
  45. s%@prefix@%/usr/local%g
  46. s%@program_transform_name@%s,x,x,%g
  47. s%@CC@%cc%g
  48. s%@RANLIB@%:%g
  49. s%@LN_S@%ln -s%g
  50. s%@INSTALL_PROGRAM@%${INSTALL}%g
  51. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  52. s%@CPP@%cc -E%g
  53.  
  54. CEOF
  55.  
  56. CONFIG_FILES=${CONFIG_FILES-"Makefile index/Makefile compress/Makefile agrep/Makefile libtemplate/Makefile libtemplate/util/Makefile libtemplate/template/Makefile"}
  57. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  58.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  59.   case "$ac_file" in
  60.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  61.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  62.   *) ac_file_in="${ac_file}.in" ;;
  63.   esac
  64.  
  65.   # Adjust relative srcdir, etc. for subdirectories.
  66.  
  67.   # Remove last slash and all that follows it.  Not all systems have dirname.
  68.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  69.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  70.     # The file is in a subdirectory.
  71.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  72.     ac_dir_suffix="/$ac_dir"
  73.     # A "../" for each directory in $ac_dir_suffix.
  74.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  75.   else
  76.     ac_dir_suffix= ac_dots=
  77.   fi
  78.  
  79.   case "$ac_given_srcdir" in
  80.   .)  srcdir=.
  81.       if test -z "$ac_dots"; then top_srcdir=.
  82.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  83.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  84.   *) # Relative path.
  85.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  86.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  87.   esac
  88.  
  89.   case "$ac_given_INSTALL" in
  90.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  91.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  92.   esac
  93.   echo creating "$ac_file"
  94.   rm -f "$ac_file"
  95.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  96.   case "$ac_file" in
  97.   *Makefile*) ac_comsub="1i\\
  98. # $configure_input" ;;
  99.   *) ac_comsub= ;;
  100.   esac
  101.   sed -e "$ac_comsub
  102. s%@configure_input@%$configure_input%g
  103. s%@srcdir@%$srcdir%g
  104. s%@top_srcdir@%$top_srcdir%g
  105. s%@INSTALL@%$INSTALL%g
  106. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  107. fi; done
  108. rm -f conftest.subs
  109.  
  110.  
  111.  
  112. exit 0
  113.